home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGASIC / BASFILES.LZH / CLRFSTRT.BAS < prev    next >
BASIC Source File  |  1988-09-10  |  181b  |  9 lines

  1. '$INCLUDE:'QBTOOLS.INC'
  2. '' '$INCLUDE: 'qbtools2.inc'
  3.  
  4. SUB ClearFromStartLine (Lnum%, ColNum%, Att%)
  5.    St$ = STRING$(ColNum%, 32)
  6.    ColorPrint St$, Lnum%, 1, Att%
  7. END SUB
  8.  
  9.